*
* To change the text which is shown in the preview area, use
* gtk_font_chooser_set_preview_text().
+ *
+ * Since: 3.2
*/
* Creates a new #GtkFontChooser.
*
* Return value: a new #GtkFontChooser
+ *
+ * Since: 3.2
*/
GtkWidget *
gtk_font_chooser_new (void)
* name "font_chooser". It also exposes the buttons with the names
* "select_button" and "cancel_button.
* </refsect2>
+ *
+ * Since: 3.2
*/
static void gtk_font_chooser_dialog_buildable_interface_init (GtkBuildableIface *iface);
* Creates a new #GtkFontChooserDialog.
*
* Return value: a new #GtkFontChooserDialog
+ *
+ * Since: 3.2
*/
GtkWidget*
gtk_font_chooser_dialog_new (const gchar *title)